ProcessIsContextualMenuClient
NEW WITH CONTEXTUAL MENUS
Determines whether a given application is a contextual menu client.
pascal Boolean ProcessIsContextualMenuClient(ProcessSerialNumber* inPSN);
inPSN
- A pointer to the ID of the process containing the application.
- function result
- A Boolean value;
true
if the application in the process uses contextual menus.DISCUSSION
TheProcessIsContextualMenuClient
function checks the system registry of contextual menu clients and returnstrue
if the application in the given process supports contextual menus. However, the application must have been registered as a client usingInitContextualMenus
.SEE ALSO
"Contextual Menu Gestalt Selector Constants".